.lcs-wraper {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.lcs-wraper .bg {
    position: absolute;
    width: 100%
}

.lcs-wraper .bg img {
    display: block;
    width: 100%;
    height: auto
}

.lcs-wraper .lcs-container {
    text-align: center;
    height: 100%;
    position: relative;
}

.lcs-wraper .lcs-content {
    position: absolute;
    width: 1080px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.lcs-wraper .lcs-logo img {
    display: block;
    width: 24%;
    height: auto
}

.lcs-wraper .lcs-card-list {
    /* margin-top: 44px */
}

.lcs-wraper .lcs-card-list .lcs-card {
    position: relative;
    width: 30%;
    border-radius: 10px;
    min-height: 490px;
    margin: 10px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5)
}

.lcs-wraper .lcs-card-list .lcs-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: #fff;
    opacity: .5;
    z-index: -1;
}

.lcs-wraper .lcs-card-list .lcs-card-header {
    position: relative;
    z-index: 1;
    height: 44px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5)
}

.lcs-wraper .lcs-card-list .lcs-card-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    opacity: .5
}

.lcs-wraper .lcs-card-list .lcs-card-header-bg+* {
    position: relative;
    z-index: 1
}

.lcs-wraper .lcs-card-list .lcs-card-title {
    position: relative;
    padding: 0 20px
}

.lcs-wraper .lcs-card-list .lcs-card-title-text {
    margin: 0 10px
}

.lcs-wraper .lcs-card-list .lcs-card-title-line {
    position: relative
}

.lcs-wraper .lcs-card-list .lcs-card-title-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    border-top: 1px solid #ccc
}

.lcs-wraper .lcs-card-list .lcs-card-title-line img {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 10px;
    height: 10px
}

.lcs-wraper .lcs-card-list .lcs-card-title-line-left {
    text-align: right
}

.lcs-wraper .lcs-card-list .lcs-card-title-line-right {
    text-align: left
}

.lcs-wraper .lcs-card-list .lcs-card-centent {
    position: relative;
    z-index: 1
}

.lcs-wraper .lcs-card-list .lcs-card-centent .lcs-banner-img {
    padding: 20px
}

.lcs-wraper .lcs-card-list .lcs-card-centent .lcs-banner-img img {
    display: block;
    width: 100%;
    height: auto
}

.lcs-wraper .lcs-card-list .lcs-card-footer {
    padding: 0 10px 20px 10px
}